home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
MATH
/
MRCRY209
/
COMPLEX.EKA
< prev
next >
Wrap
Text File
|
1992-11-04
|
315b
|
11 lines
; Find a complex root to a polynomial.
; The desired root is
; x = -0.4196433776 +0.6062907292i
; The starting value -.5+.5i is used. Other starting values
; might result in one of the other two roots.
; See POLY.EKA for another way to solve polynomials.
COMPLEX
x^3 - x^2 - x - 1 = 0
x := -.5 + .5i